home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / WINHAK95.ZIP / PLUGINS / CLEARP~1.WH < prev    next >
Encoding:
Text File  |  1996-04-20  |  385 b   |  20 lines

  1. // WinHacker Script
  2. // Copyright (c) 1996 Wedge Software
  3. //
  4. // Clears the Printer Ports MRU
  5. //
  6.  
  7. [Main]
  8. Desc = Clears the Printer Ports MRU
  9. // StartMessage = 
  10. ExitMessage = Printer Ports MRU Cleared.
  11.  
  12. [Registry]
  13. Procs = 1
  14.  
  15. [RegistryProc#1]
  16. RootKey = HKEY_CURRENT_USER
  17. Path = Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU
  18. Item = (all)
  19. Action = Delete
  20.